Click or drag to resize

EndDateRecurrenceRange Constructor (DateTime, DateTime)

Initializes a new instance of the EndDateRecurrenceRange class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public EndDateRecurrenceRange(
	DateTime startDate,
	DateTime endDate
)

Parameters

startDate
Type: SystemDateTime
endDate
Type: SystemDateTime
See Also